2013-06-03 - 7474 - Service Request - Material input issue for infoset #Crystal #CrystalReportsSupport

SERVICE REQUEST

7474 - Material input issue for infoset


Problem Summary


Material input issue for Infoset parameter in Crystal Report TESTNEDINV400.

Admin Info


Purpose
Material input issue for infoset
Requested by
Mark Harris
Issue Date
06-03-2013
Resolved by
Naga Brahmam R
Resolved Date
06-03-2013
Document Status
Complete

Detailed Problem Description


1. Issue reported by NEC with input of multiple material id's in the crystal report TESTNEDINV400 based on infoset query.
2. Currenctly the report is displaying only the first material data and ignoring the other materials.

Solution Analysis and Recommendations


Based on the analysis of the issue, the following solution was formulated:
1. Check the technical details of the field in the Infoset and enter the parameter values in that format. For Example, if the technical details of the field in the Infoset is: Type 'C' with output length '18', then the expected format will be '000000000000000023' rather than '23' for the parameter. So instead of input values as 23, 43, 59 and so on enter the values 000000000000000023, 000000000000000043, 000000000000000059 and so on.
2. Check the technical details of the field in the InfoSet. Start Transaction SQ02 to Manage InfoSets and select the InfoSet and click on the button 'Display'. In the field group/data fields pane, double-click the field in question to select it. Click thed additional field information button(Highlighted in red below).
Note: Ensure that after applying the product update, that you load in the SAP System, the SAP Integration Kit Transports are found in the product update. This is very important as the code correction is in the functions loaded by the SAP Integration Kit Transports to the SAP System.

Resolution


Material Parameter will be entered as per the technical format of the field in Infoset as the value is passed back to the infoset. Next the crystal report will now display all prompt material values in the report.

Release Information


None